projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1976223
)
(Info-goto-node, Info-last): Declare as functions.
author
Jay Belanger
<jay.p.belanger@gmail.com>
Tue, 27 Nov 2007 04:04:45 +0000
(
04:04
+0000)
committer
Jay Belanger
<jay.p.belanger@gmail.com>
Tue, 27 Nov 2007 04:04:45 +0000
(
04:04
+0000)
lisp/calc/calc-help.el
patch
|
blob
|
history
diff --git
a/lisp/calc/calc-help.el
b/lisp/calc/calc-help.el
index ed1c93e869425807b8923e7adb5b34f5ef8b627a..49d1fd937ba1319b5833bc0b7a0c70ee42483ce8 100644
(file)
--- a/
lisp/calc/calc-help.el
+++ b/
lisp/calc/calc-help.el
@@
-32,6
+32,11
@@
(require 'calc-ext)
(require 'calc-macs)
+;; Declare functions which are defined elsewhere.
+(declare-function Info-goto-node "info" (nodename &optional fork))
+(declare-function Info-last "info" ())
+
+
(defun calc-help-prefix (arg)
"This key is the prefix for Calc help functions. See calc-help-for-help."
(interactive "P")